Auto merge of #2778 - alexcrichton:dont-print-on-q-when-run, r=brson
authorbors <bors@rust-lang.org>
Fri, 10 Jun 2016 01:52:51 +0000 (18:52 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2016 01:52:51 +0000 (18:52 -0700)
commitb5479d90e493edd7059bcd662cb8edc602034697
tree05243fa755cbada98a2ad812e30f0038a29a809b
parent761ea2d6e40f9df192362a2916b23e8e0e474740
parent860f38a161268bde5a79d9799b4d2ee8ddde2860
Auto merge of #2778 - alexcrichton:dont-print-on-q-when-run, r=brson

Don't print extra info on -q + `cargo run`

If a process fails then it's probably printing out why and Cargo doesn't need to
do it all over again.

Closes #2735
src/bin/test.rs